Vcenter Lcm Deployment Common Location
Vcenter Lcm Deployment Common Location
The Vcenter Lcm Deployment Common Location schema contains configuration of appliance location.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"esx": {
"connection": {
"hostname": "string",
"username": "string",
"password": "string",
"https_port": 0,
"ssl_verify": false,
"certificate": "string"
},
"placement_config": {
"datastore_name": "string",
"network_name": "string",
"resource_pool_path": "string"
}
},
"vcenter": {
"connection": {
"hostname": "string",
"username": "string",
"password": "string",
"https_port": 0,
"ssl_verify": false,
"certificate": "string"
},
"placement_config": {
"vm_folder_path": "string",
"resource_pool_path": "string",
"cluster_path": "string",
"host_path": "string",
"datastore_name": "string",
"datastore_cluster_name": "string",
"network_name": "string"
}
}
}
esx
Optional
This section describes the ESX host on which to deploy the appliance. Required if you are deploying the appliance directly on an ESX host.
This property was added in vSphere API 9.0.0.0.
Mutual exclusive between esx and vcenter
vcenter
Optional
This subsection describes the vCenter on which to deploy the appliance.
This property was added in vSphere API 9.0.0.0.
Mutual exclusive between esx and vcenter